//==============================================================================
define SmallAtlantisShield
{
	SetSelector
	{
		TechLogic none/Medium Cavalry/Heavy Cavalry/Champion Cavalry
		SetSelector
		{
			TechLogic none/Copper shields/Bronze shields/Iron shields
			set hotspot
			{
				version
				{
					visualnone jimmy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Copper
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Bronze
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Iron
				}
			}
		}
		SetSelector
		{
			TechLogic none/Copper shields/Bronze shields/Iron shields
			set hotspot
			{
				version
				{
					visualnone Jimmy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Copper
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Bronze
					ReplaceTexture Attachments X Shield Copper/Attachments X Shield Medium
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Iron
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Medium
				}
			}
		}
		SetSelector
		{
			TechLogic none/Copper shields/Bronze shields/Iron shields
			set hotspot
			{
				version
				{
					visualnone Jimmy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Copper
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Heavy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Bronze
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Heavy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Iron
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Heavy
				}
			}
		}
		SetSelector
		{
			TechLogic none/Copper shields/Bronze shields/Iron shields
			set hotspot
			{
				version
				{
					visualnone Jimmy
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Copper
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Champion
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Bronze
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Champion
				}
			}
			set hotspot
			{
				version
				{
					visual Attachments X Shield Small Iron
					ReplaceTexture Attachments X Shield Medium/Attachments X Shield Champion
				}
			}
		}
	}
}


//==============================================================================
define SmallAtlantisHeroShield
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				visual Attachments X Shield Small Iron
				ReplaceTexture Attachments X Shield Medium/Attachments X Shield Hero
			}
		}
	}
}